home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
gnu
/
sed-2_00.lha
/
sed-2.00
/
configure.in
< prev
next >
Wrap
Text File
|
1993-07-15
|
263b
|
15 lines
dnl Process this file with autoconf to produce a configure script.
AC_INIT(sed.c)
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
AC_MINIX
AC_ISC_POSIX
AC_STDC_HEADERS
AC_HAVE_HEADERS(string.h)
AC_VPRINTF
AC_HAVE_FUNCS(bcopy memcpy)
AC_CONST
AC_ALLOCA
AC_OUTPUT(Makefile)